Autogenerated HTML docs for v1.7.5.1-249-gdbe9c 
diff --git a/git-checkout.html b/git-checkout.html index 9620150..1cb4910 100644 --- a/git-checkout.html +++ b/git-checkout.html 
@@ -419,7 +419,7 @@  <em>git checkout</em> [-q] [-f] [-m] [--detach] [&lt;commit&gt;]   <em>git checkout</em> [-q] [-f] [-m] [[-b|-B|--orphan] &lt;new_branch&gt;] [&lt;start_point&gt;]   <em>git checkout</em> [-f|--ours|--theirs|-m|--conflict=&lt;style&gt;] [&lt;tree-ish&gt;] [--] &lt;paths&gt;&#8230;  -<em>git checkout</em> --patch [&lt;tree-ish&gt;] [--] [&lt;paths&gt;&#8230;]</div>  +<em>git checkout</em> [-p|--patch] [&lt;tree-ish&gt;] [--] [&lt;paths&gt;&#8230;]</div>   <div class="verseblock-attribution">   </div></div>   </div>  @@ -460,7 +460,7 @@  successful.</p></div>   </dd>   <dt class="hdlist1">  -<em>git checkout</em> [--patch] [&lt;tree-ish&gt;] [--] &lt;pathspec&gt;&#8230;  +<em>git checkout</em> [-p|--patch] [&lt;tree-ish&gt;] [--] &lt;pathspec&gt;&#8230;   </dt>   <dd>   <p>  @@ -672,7 +672,8 @@  working tree (and if a &lt;tree-ish&gt; was specified, the index).   </p>   <div class="paragraph"><p>This means that you can use <tt>git checkout -p</tt> to selectively discard  -edits from your current working tree.</p></div>  +edits from your current working tree. See the &#8220;Interactive Mode&#8221;  +section of <a href="git-add.html">git-add(1)</a> to learn how to operate the <tt>--patch</tt> mode.</p></div>   </dd>   <dt class="hdlist1">   &lt;branch&gt;  @@ -958,7 +959,7 @@  </div>   <div id="footer">   <div id="footer-text">  -Last updated 2011-03-15 23:30:13 UTC  +Last updated 2011-05-11 20:08:54 UTC   </div>   </div>   </body>